.indexbody {
	margin-left:60px;
	margin-right:60px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-top {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titletext {
	color: white;
	font-size: 50px;
	font-size: 4.5vw;
	font-weight: bold;
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}

.headericon {
	padding-right: 10px;
	padding-bottom: 5px;
}

.panel-body p {
	font-size: large;
}

.panel-body li {
	font-size: large;
}

.contactblock p {
	margin: 0;
}

.infotitle {
	font-size: x-large;
	color: white;
	font-weight: bold;
}

.aboutheader {
	background-color: #003087 !important;
}

.includedheader {
	background-color: #02A9E0 !important;
}

.completeheader {
	background-color: #00857D !important;
}

.whyheader {
	background-color: #B2A8A2 !important;
}

.fundsheader {
	background-color: #f7be00 !important;
}

.paperheader {
	background-color: #BA0C2F!important;
}

.faqheader {
	background-color: #003087 !important;
}

.contactheader {
	background-color: #02A9E0 !important;
}

.public-data-dropdown {
	padding:10px;
	border-radius: 5px;
}

.public-data-error {
	font-size: large;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
}

.panel-body {
	padding: 10px;
}